Skip to content

feat(http-client): add configurable outgoing request capture#110

Merged
georgidhristov merged 1 commit into
mainfrom
feat/outgoing-http-capture-control
Jun 7, 2026
Merged

feat(http-client): add configurable outgoing request capture#110
georgidhristov merged 1 commit into
mainfrom
feat/outgoing-http-capture-control

Conversation

@georgidhristov

Copy link
Copy Markdown
Collaborator

Issues

Closes #89
Closes #90
Closes #91

Description

Adds configuration support for enabling or disabling outgoing HTTP request capture.

Changes

  • Added option to control outgoing request capture
  • Outgoing request capture remains enabled by default
  • Added tests covering disabled outgoing capture scenarios

Benefits

  • Gives users full control over outgoing request monitoring
  • Avoids unnecessary trace collection when not required
  • Makes DebugProbe configuration more explicit and predictable
  • Improves adoption in environments where outgoing request capture is not needed

@georgidhristov georgidhristov merged commit adb10bc into main Jun 7, 2026
1 check passed
@georgidhristov georgidhristov deleted the feat/outgoing-http-capture-control branch June 7, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tests for disabled outgoing capture Add option to disable outgoing HttpClient capture Improve outgoing HttpClient capture controls

1 participant